@charset "utf-8";


.container {
	margin: 0 auto;
	width: 100%;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.top_bj {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 45px;
	background: #eee;
}

.top_head {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
}

.top_head_left {
	float: left;
	width: auto;
	height: auto;
	overflow: hidden;

	padding-right: 20px;
	border-right: 1px solid #ddd;
	margin-right: 20px;
}

.top_head_left img {
	max-height: 100%;
}

.top_head_center {
	float: left;
	width: auto;
	height: auto;
	overflow: hidden;
}

.top_head_center img {
	float: left;
	margin-right: 10px;
}

.top_head_center span {
	display: block;
}

.top_head_center span.p1 {
	font-size: 16px;
	margin-top: 8px;
}

.top_head_center span.p2 {
	font-size: 12px;
	color: #666;
	letter-spacing: 1.6px;
}

.top_head_right {
	float: right;
	width: 220px;
	height: auto;
	overflow: hidden;
}

.top_head_right i {
	color: #00519d;
	font-size: 26px;
	float: left;
	padding: 5px;
	border: 1px solid #00519d;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
}

.top_head_right span {
	display: block;
}

.top_head_right span.p1 {
	font-size: 15px;
	margin-top: 10px;
}

.top_head_right span.p2 {
	letter-spacing: 1px;
	font-size: 24px;
	line-height: 30px;
	color: #e30202;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}



/* 主菜单 */

.scroll {
	position: fixed !important;
	top: 0;
}

.head {
	position: relative;
	width: 100%;
	background: #00519d;
	height: 55px;
	z-index: 9999;
}

.head .navbox {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.head .nav {
	display: block;
	float: left;
	width: 100%;
}

.head .nav .nav_pc {
	width: 100%;
}

.head .nav ul li {
	float: left;
	position: relative;
	box-sizing: border-box;
	z-index: 999;
}

.head .nav ul li .f_a {
	line-height: 55px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.head .nav ul li:hover .f_a {
	background: #e30202;
	color: #fff;
	transition: all .3s;
}

.head .nav ul li .s_navbox {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: #00519d;
	z-index: 9999;
	box-sizing: border-box;
}

.head .nav ul li .s_navbox .s_a a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #fff;
}

.head .nav ul li .s_navbox .s_a a:hover {
	background: #e30202;
	color: #fff;
}

.m_nav {
	display: none;
}

.headlf .m_logo {
	display: none;
}

.headrg .m_menuimg {
	display: none;
}

.active {
	background: #e30202;
}


/* 轮播图 */
.slider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slideBox .hd {
	height: 10px;
	z-index: 1;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 1;
}

.slideBox .hd ul {
	text-align: center;
	padding-top: 5px;
}

.slideBox .hd ul li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
}

.slideBox .hd ul .on {
	background: #00519d;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd li img {
	width: 100%;
	vertical-align: top;
}

.slideBox .bd li video {
	width: 100%;
	vertical-align: top;
}

/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
	.nav ul li .f_a {
		font-size: 14px;
	}

	.nav ul li .s_navbox .s_a a {
		font-size: 12px;
	}

	.foot_top ul {
		margin-left: 60px;
	}

	.nav ul li .s_navbox .s_a {
		width: 100%;
	}
}


/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {

	.top_bj {
		display: none;
	}

	.top_head {
		display: none;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none;
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		border-bottom: 1px solid #ddd;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 5px;
		float: left;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block;
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block;
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000;
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1;
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 30px;
		top: 5%;
		z-index: 100;
		/* text-align: center; */
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%;
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530;
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px;
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
}